home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4866 < prev    next >
Encoding:
Text File  |  1996-08-06  |  903 b   |  31 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sunserver1.aston.ac.uk!usenet
  3. From: leepc@aston.ac.uk (PC LEE)
  4. Subject: C++ DOS problems : BEGINNER
  5. X-Nntp-Posting-Host: botswana.aston.ac.uk
  6. Message-ID: <DM3Hzr.D8E@aston.ac.uk>
  7. Sender: usenet@aston.ac.uk
  8. Reply-To: leepc@aston.ac.uk
  9. Organization: Aston University
  10. Date: Thu, 1 Feb 1996 11:45:27 GMT
  11.  
  12. Hi,
  13.  
  14. I am writting an app that rather large.  I have a class inheritence
  15. that its at max 5 classes deep.  when I call a procedure it creates
  16. an instance of this class and the machine hangs.  I assume it is
  17. due to the 64K data/text size limit in DOS.  I have dynaically
  18. allocated as much memory as possible to the far heap and have used
  19. huge pointers in the array that it the problem.  If I reduce the 
  20. dimension of this array the problem goes away.  However, I need
  21. the array to be bigger than it is.
  22.  
  23. Any assistence gratefully received, In dire trouble.
  24.  
  25. Thanks
  26. PC
  27.  
  28.  
  29.  
  30.  
  31.